This event occurs before a briefcase is sent by email.
Syntax
Private Sub BeforeSendBriefcase (
CurrentObject As Object,
BriefCase As IASBriefCase,
Abort As Boolean)
Name | Description |
---|---|
CurrentObject |
Environment or briefcase Document in the Vault object. |
BriefCase |
The briefcase that is to be sent by email. |
Abort |
Set to True to abort sending the briefcase. |
Remarks
At this event, the developer can modify the Briefcase.Property(<PropertyName>) and Briefcase.MailMessage object properties before the message is sent.